-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove plugins that still need a log4j version bump. #1387
Conversation
Signed-off-by: dblock <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1387 +/- ##
============================================
- Coverage 94.57% 94.02% -0.55%
- Complexity 0 11 +11
============================================
Files 119 138 +19
Lines 2930 3013 +83
Branches 0 8 +8
============================================
+ Hits 2771 2833 +62
- Misses 159 172 +13
- Partials 0 8 +8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this is for building maven for 1.2.3 snapshots right?
…rch-project#1387)" This reverts commit ad157de. Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock [email protected]
Description
Coming from opensearch-project/sql#345, remove the plugins that haven't had the version bump for log4j to get a 1.2.3-SNAPSHOT with opensearch-project/OpenSearch#1774.
Running
./build.sh manifests/1.2.3/opensearch-1.2.3.yml --snapshot
passes with this change.Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.